home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / msql-1.0.6 / src / tests / rtest.src / 1.out next >
Text File  |  1995-01-04  |  482b  |  39 lines

  1.  
  2. Welcome to the miniSQL monitor.  Type \h for help.
  3.  
  4.  
  5. mSQL >     ->     ->     ->     ->     ->     -> 
  6. Query buffer
  7. ------------
  8.  
  9. create table test (
  10.         user    char(10) primary key,
  11.         age     int,
  12.         phone   char(20)
  13. )
  14.  
  15. [continue]
  16.     -> 
  17. Query OK.
  18.  
  19.  
  20.  
  21.  
  22. mSQL >     ->     ->     ->     ->     -> 
  23. Query buffer
  24. ------------
  25. create table test2 (
  26.         user    char(10) not null,
  27.         fullname    char(30)
  28. [continue]
  29.     -> 
  30. Query OK.
  31.  
  32.  
  33.  
  34.  
  35. mSQL >     -> 
  36. Bye!
  37.  
  38.